GtkScaleButton: _get_(plus|minus)_button returns a GtkButton
authorTimm Bäder <mail@baedert.org>
Sun, 22 Nov 2015 09:35:25 +0000 (10:35 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 28 Nov 2015 20:09:53 +0000 (21:09 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=539944

gtk/gtkscalebutton.c

index 010f9266eb3dea134831214d72109103109c756b..c0ee1c03baa1b16e59e863f7b2c5fc87a8b9e255 100644 (file)
@@ -670,7 +670,7 @@ gtk_scale_button_set_adjustment     (GtkScaleButton *button,
  *
  * Retrieves the plus button of the #GtkScaleButton.
  *
- * Returns: (transfer none): the plus button of the #GtkScaleButton
+ * Returns: (transfer none): the plus button of the #GtkScaleButton as a #GtkButton
  *
  * Since: 2.14
  */
@@ -688,7 +688,7 @@ gtk_scale_button_get_plus_button (GtkScaleButton *button)
  *
  * Retrieves the minus button of the #GtkScaleButton.
  *
- * Returns: (transfer none): the minus button of the #GtkScaleButton
+ * Returns: (transfer none): the minus button of the #GtkScaleButton as a #GtkButton
  *
  * Since: 2.14
  */